home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1993 July / Internet Tools.iso / RockRidge / mail / mmdf / mmdf-IIb.43 / src / shellfiles / setlogs < prev    next >
Encoding:
Text File  |  1986-02-01  |  545 b   |  18 lines

  1. cd /usr/mmdf/log
  2. mv msg.log  omsg.log
  3. mv chan.log ochan.log
  4. mv ph.log   oph.log
  5. mv ph.trn   oph.trn
  6. cp /dev/null msg.log
  7. cp /dev/null chan.log
  8. cp /dev/null ph.log
  9. cp /dev/null ph.trn
  10. chmod 622 msg.log chan.log ph.log ph.trn
  11. /etc/chown mmdf msg.log chan.log ph.log ph.trn
  12. (grep "end msg" omsg.log; grep "[rl]in msg" omsg.log) | \
  13.     sort >> /usa/dcrocker/mmdf.misc/msg.log
  14. ls -ls /usa/dcrocker/mmdf.misc/msg.log
  15. (grep "[rw]msg" ochan.log; grep "end " ochan.log) | \
  16.     sort >> /usa/dcrocker/mmdf.misc/chan.log
  17. ls -ls /usa/dcrocker/mmdf.misc/chan.log
  18.